Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class
The type of the items
Members

In This Topic
    C1ListView<T> Class
    In This Topic
    The ListView controls display a virtualized list of items.
    Syntax
    'Declaration
     
    
    Public Class C1ListView(Of T) 
       Inherits C1.Blazor.Core.C1View
       Implements C1.Blazor.Core.IDependencyObject, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent 
    Type Parameters
    T
    The type of the items
    Inheritance Hierarchy

    System.Object
       Microsoft.AspNetCore.Components.ComponentBase
          C1.Blazor.Core.C1View
             C1.Blazor.ListView.C1ListView<T>

    See Also